Appliance Networking ChangeSpec

Appliance Networking ChangeSpec
Appliance Networking ChangeSpec

This schema was added in vSphere API 6.7.3.

JSON Example
{
    "hostname": "string",
    "sso_user": "string",
    "sso_password": "string",
    "dns": {
        "mode": "string",
        "servers": [
            "string"
        ]
    },
    "ipv4": {
        "mode": "string",
        "address": "string",
        "prefix": 0,
        "default_gateway": "string"
    },
    "ipv6": {
        "dhcp": false,
        "autoconf": false,
        "addresses": [
            {
                "address": "string",
                "prefix": 0
            }
        ],
        "default_gateway": "string"
    }
}
string
hostname
Required

New hostname to assign to the management network of vCenter appliance

This property was added in vSphere API 6.7.3.

string
sso_user
Required

vCenter Server SSO administrator username

This property was added in vSphere API 6.7.3.

string As password As password
sso_password
Required

vCenter Server SSO administrator Password

This property was added in vSphere API 6.7.3.

dns
Optional

DNS Configuration to set for the machine

This property was added in vSphere API 6.7.3.

If missing or null DNS settings will not be changed

ipv4
Optional

IPv4 Configuration to set for the machine

This property was added in vSphere API 6.7.3.

If missing or null IPv4 settings will not be changed

ipv6
Optional

IPv6 Configuration to set for the machine

This property was added in vSphere API 6.7.3.

If missing or null IPv6 settings will not be changed